ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libcpjit/Makefile.in
Revision: 1.3
Committed: Tue Oct 11 20:43:29 2005 UTC (18 years, 8 months ago) by root
Branch: MAIN
Changes since 1.2: +7 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.2 CC = @CC@
2     LIBS = @LIBS@
3 root 1.1
4 root 1.3 all: libcpjit.so # TODO, ELF only
5    
6     libcpjit.so: cpjit.C
7     $(CC) -o $@ -shared -rdynamic $^
8    
9     cpjit.C: cpjit.h
10    
11 root 1.1 cpjit.h: cpjit.h.PL
12     ./cpjit.h.PL