Changeset 18998 in vbox for trunk/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue
- Timestamp:
- Apr 17, 2009 4:27:28 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46090
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue
r18527 r18998 28 28 29 29 .PHONY: all 30 all: tstXPCOMCGlue 30 all: tstXPCOMCGlue tstXPCOMCCall 31 31 32 32 .PHONY: clean 33 33 clean: 34 rm -f tstXPCOMCGlue.o tstXPCOMCGlue VBoxXPCOMCGlue.o 34 rm -f tstXPCOMCGlue.o tstXPCOMCGlue VBoxXPCOMCGlue.o tstXPCOMCCall.o tstXPCOMCCall 35 35 36 36 tstXPCOMCGlue: tstXPCOMCGlue.o VBoxXPCOMCGlue.o … … 40 40 $(CC) $(CFLAGS) $(INCS_XPCOM) $(GLUE_INC) -o $@ -c $< 41 41 42 tstXPCOMCCall: tstXPCOMCCall.o VBoxXPCOMCGlue.o 43 $(CC) -o $@ $^ -ldl -lpthread 44 45 tstXPCOMCCall.o: tstXPCOMCCall.c 46 $(CC) $(CFLAGS) $(INCS_XPCOM) $(GLUE_INC) -o $@ -c $< 47 42 48 VBoxXPCOMCGlue.o: $(GLUE_DIR)/VBoxXPCOMCGlue.c 43 49 $(CC) $(CFLAGS) $(INCS_XPCOM) $(GLUE_INC) -o $@ -c $< 44
Note:
See TracChangeset
for help on using the changeset viewer.