| Revision: | 1.4 |
| Committed: | Tue Oct 11 20:51:55 2005 UTC (20 years, 11 months ago) by root |
| Branch: | MAIN |
| Changes since 1.3: | +7 -3 lines |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.2 | CC = @CC@ |
| 2 | LIBS = @LIBS@ | ||
| 3 | root | 1.4 | SH_EXT = .so |
| 4 | root | 1.1 | |
| 5 | root | 1.4 | all: libcpjit$(SH_EXT) # TODO, ELF only |
| 6 | root | 1.3 | |
| 7 | root | 1.4 | clean: |
| 8 | rm -f *$(SH_EXT) *.o | ||
| 9 | |||
| 10 | libcpjit$(SH_EXT): cpjit.C | ||
| 11 | $(CC) -o $@ -shared -rdynamic -fPIC $^ | ||
| 12 | root | 1.3 | |
| 13 | cpjit.C: cpjit.h | ||
| 14 | |||
| 15 | root | 1.1 | cpjit.h: cpjit.h.PL |
| 16 | ./cpjit.h.PL |