Changeset 16705 in vbox for trunk/src/VBox/Main/cbinding/makefile.tstLinuxC
- Timestamp:
- Feb 12, 2009 12:47:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/makefile.tstLinuxC
r16684 r16705 32 32 33 33 .PHONY: all 34 all: tstLinuxC 34 all: tstLinuxC tstdlOpen 35 35 36 36 .PHONY: clean 37 37 clean: 38 rm -f tstLinuxC.o tstLinuxC 38 rm -f tstLinuxC.o tstLinuxC tstdlOpen.o tstdlOpen 39 39 40 40 tstLinuxC: tstLinuxC.o … … 43 43 tstLinuxC.o: tstLinuxC.c 44 44 $(CC) $(CFLAGS) -DRT_OS_LINUX -DMOZ_UNICODE $(INCS_XPCOM) -o $@ -c $< 45 46 tstdlOpen: tstdlOpen.o 47 $(CC) -o $@ $^ -ldl 48 49 tstdlOpen.o: tstdlOpen.c 50 $(CC) $(CFLAGS) -DRT_OS_LINUX -DMOZ_UNICODE $(INCS_XPCOM) -o $@ -c $<
Note:
See TracChangeset
for help on using the changeset viewer.