Changeset 1663 in Sophya for trunk/ArchTOIPipe/Processors


Ignore:
Timestamp:
Oct 1, 2001, 4:01:35 PM (24 years ago)
Author:
aubourg
Message:

darwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Processors/Makefile.in

    r1480 r1663  
    4040 ifeq ($(CXX), cxx)
    4141  CXXFLAGS := -O -g -D__USE_STD_IOSTREAM
     42  LIBS := $(LIBS) -pthread
    4243 endif
    4344endif
     
    7576libatproc.a: $(FILES)
    7677        $(AR) -cr libatproc.a $(FILES) 
     78        ranlib libatproc.a
    7779        ln -f libatproc.a ../libatproc.a
    7880
     
    8385
    8486%: %.o $(FILES)
    85         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -pthread -o $@ -lm
     87        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
    8688
    8789%.o:$(srcdir)/%.cc
    88         $(COMPILE.cc) -pthread -o $@ $<
     90        $(COMPILE.cc) -o $@ $<
    8991
    9092%.o:$(srcdir)/%.c
    91         $(COMPILE.c) -pthread -o $@ $<
     93        $(COMPILE.c) -o $@ $<
    9294
    9395
Note: See TracChangeset for help on using the changeset viewer.