Changeset 18137 in vbox for trunk/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue
- Timestamp:
- Mar 23, 2009 1:22:03 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44834
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue
r18126 r18137 20 20 # 21 21 22 PATH_BIN = /opt/VirtualBox23 22 INCS_XPCOM = -I../../include 24 23 GLUE_DIR = .. 25 24 GLUE_INC = -I.. 26 25 27 LDFLAGS = -Xlinker -rpath -Xlinker $(PATH_BIN)28 26 CC = gcc 29 27 CFLAGS = -g -Wall 30 28 31 29 .PHONY: all 32 all: tst LinuxC tstXPCOMCGlue30 all: tstXPCOMCGlue 33 31 34 32 .PHONY: clean 35 33 clean: 36 rm -f tstLinuxC.o tstLinuxC tstXPCOMCGlue.o tstXPCOMCGlue VBoxXPCOMCGlue.o 37 38 tstLinuxC: tstLinuxC.o 39 $(CC) -o $@ $^ $(LDFLAGS) $(PATH_BIN)/VBoxXPCOMC.so 40 41 tstLinuxC.o: tstLinuxC.c 42 $(CC) $(CFLAGS) $(INCS_XPCOM) -o $@ -c $< 34 rm -f tstXPCOMCGlue.o tstXPCOMCGlue VBoxXPCOMCGlue.o 43 35 44 36 tstXPCOMCGlue: tstXPCOMCGlue.o VBoxXPCOMCGlue.o
Note:
See TracChangeset
for help on using the changeset viewer.