Last change
on this file since 234 was 90, checked in by tim, 18 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 |
|
---|
5 | TIMELINE=$(BUILD_BIN)/reglookup-timeline
|
---|
6 | FILES=$(TIMELINE)
|
---|
7 |
|
---|
8 | all: $(FILES)
|
---|
9 |
|
---|
10 | $(TIMELINE):
|
---|
11 | cp reglookup-timeline $@
|
---|
12 |
|
---|
13 | install:
|
---|
14 | install -m 0755 $(FILES) $(BIN_PREFIX)
|
---|
15 |
|
---|
16 | clean:
|
---|
17 | rm -f *~
|
---|
Note:
See
TracBrowser
for help on using the repository browser.