Changeset 10368 for trunk/Ohana/src/libtap/Makefile
- Timestamp:
- Nov 30, 2006, 10:10:07 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libtap/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libtap/Makefile
r10342 r10368 18 18 19 19 INCS = $(DESTINC)/tap_ohana.h 20 21 20 TAP = $(SRC)/tap_ohana.$(ARCH).o 22 21 23 22 $(TAP): $(INCS) 23 24 24 $(LIB)/libtap_ohana.$(ARCH).a: $(TAP) 25 25 $(LIB)/libtap_ohana.$(ARCH).so: $(TAP) 26 26 27 $(DESTLIB)/libtap_ohana.a: $(LIB)/libtap_ohana.$(ARCH).a 28 $(DESTLIB)/libtap_ohana.so: $(LIB)/libtap_ohana.$(ARCH).so 29 27 30 # libtap tests are currently not compiled or run
Note:
See TracChangeset
for help on using the changeset viewer.
