Changeset 1663 in Sophya for trunk/ArchTOIPipe/TestPipes


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/TestPipes/Makefile.in

    r1480 r1663  
    4040 ifeq ($(CXX), cxx)
    4141  CXXFLAGS := -O -g -D__USE_STD_IOSTREAM
     42  LIBS := $(LIBS) -pthread
    4243 endif
    4344endif
     
    8182
    8283%: %.o $(FILES) $(LIBDEPS)
    83         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -pthread -o $@ -lm
     84        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
    8485
    8586%.o:$(srcdir)/%.cc
    86         $(COMPILE.cc) -pthread -o $@ $<
     87        $(COMPILE.cc) -o $@ $<
    8788
    8889%.o:$(srcdir)/%.c
    89         $(COMPILE.c) -pthread -o $@ $<
     90        $(COMPILE.c) -o $@ $<
    9091
    9192
Note: See TracChangeset for help on using the changeset viewer.