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