Changeset 1663 in Sophya for trunk/ArchTOIPipe/TestPipes
- Timestamp:
- Oct 1, 2001, 4:01:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/Makefile.in
r1480 r1663 40 40 ifeq ($(CXX), cxx) 41 41 CXXFLAGS := -O -g -D__USE_STD_IOSTREAM 42 LIBS := $(LIBS) -pthread 42 43 endif 43 44 endif … … 81 82 82 83 %: %.o $(FILES) $(LIBDEPS) 83 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) - pthread -o $@ -lm84 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm 84 85 85 86 %.o:$(srcdir)/%.cc 86 $(COMPILE.cc) - pthread -o $@ $<87 $(COMPILE.cc) -o $@ $< 87 88 88 89 %.o:$(srcdir)/%.c 89 $(COMPILE.c) - pthread -o $@ $<90 $(COMPILE.c) -o $@ $< 90 91 91 92
Note:
See TracChangeset
for help on using the changeset viewer.