source: trunk/bin/Makefile @ 90

Last change on this file since 90 was 90, checked in by tim, 17 years ago

minor changes to Makefiles

Added one warning on an unlikely condition in reglookup

Added the -H option to reglookup-timeline for ommiting the header

  • Property svn:keywords set to Id
File size: 272 bytes
Line 
1# $Id: Makefile 90 2007-03-28 19:22:38Z tim $
2
3################################################################################
4
5TIMELINE=$(BUILD_BIN)/reglookup-timeline
6FILES=$(TIMELINE)
7
8all: $(FILES)
9
10$(TIMELINE):
11        cp reglookup-timeline $@
12
13install:
14        install -m 0755 $(FILES) $(BIN_PREFIX)
15
16clean:
17        rm -f *~
Note: See TracBrowser for help on using the repository browser.