Changeset 2224 in Sophya for trunk


Ignore:
Timestamp:
Oct 23, 2002, 11:12:19 PM (23 years ago)
Author:
aubourg
Message:

mainxmlpipe

File:
1 edited

Legend:

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

    r2205 r2224  
    111111include $(patsubst %.c,%.d,$(SRCFILES:.cc=.d))
    112112
     113
     114mainxmlpipe: mainxmlpipe.o $(FILES) $(LIBDEPS)
     115        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm -L$(EXPAT_HOME)/lib -lexpat
     116 
     117mainxmlpipe.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.