Last change
on this file since 35 was 26, checked in by tim, 20 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
|
Line | |
---|
1 | # $Id: Makefile 26 2005-07-09 00:28:40Z tim $
|
---|
2 |
|
---|
3 | ################################################################################
|
---|
4 |
|
---|
5 | REGLOOKUP=$(BUILD_BIN)/reglookup
|
---|
6 | FILES=$(REGLOOKUP)
|
---|
7 |
|
---|
8 | all: $(FILES)
|
---|
9 |
|
---|
10 | $(REGLOOKUP): reglookup.c
|
---|
11 | $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup.c
|
---|
12 |
|
---|
13 | install:
|
---|
14 | cp -r $(BUILD_BIN)/* $(BIN_PREFIX)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.