Changeset 2224 in Sophya for trunk/ArchTOIPipe/TestPipes
- Timestamp:
- Oct 23, 2002, 11:12:19 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/Makefile.in
r2205 r2224 111 111 include $(patsubst %.c,%.d,$(SRCFILES:.cc=.d)) 112 112 113 114 mainxmlpipe: mainxmlpipe.o $(FILES) $(LIBDEPS) 115 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm -L$(EXPAT_HOME)/lib -lexpat 116 117 mainxmlpipe.o:$(srcdir)/mainxmlpipe.cc 118 $(COMPILE.cc) -I$(EXPAT_HOME)/include -o $@ $< 119 120 121
Note:
See TracChangeset
for help on using the changeset viewer.