source: trunk/src/Makefile @ 26

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