Last change
on this file since 27 was
26,
checked in by tim, 19 years ago
|
Moved developer documentation under doc/devel
Fixed a bug with man page installation & moved more of installation out
into sub-directory Makefiles.
|
-
Property svn:keywords set to
Id
|
File size:
273 bytes
|
Rev | Line | |
---|
[2] | 1 | # $Id: Makefile 26 2005-07-09 00:28:40Z tim $ |
---|
| 2 | |
---|
[3] | 3 | ################################################################################ |
---|
| 4 | |
---|
[5] | 5 | REGLOOKUP=$(BUILD_BIN)/reglookup |
---|
[3] | 6 | FILES=$(REGLOOKUP) |
---|
[1] | 7 | |
---|
[5] | 8 | all: $(FILES) |
---|
[3] | 9 | |
---|
| 10 | $(REGLOOKUP): reglookup.c |
---|
[23] | 11 | $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup.c |
---|
[26] | 12 | |
---|
| 13 | install: |
---|
| 14 | cp -r $(BUILD_BIN)/* $(BIN_PREFIX) |
---|
Note: See
TracBrowser
for help on using the repository browser.