Last change
on this file since 105 was
87,
checked in by tabbott, 16 years ago
|
Makefile.in changes to make things more portable. Added install,
clean, distclean targets so that one can easily build and install on
non-Fedora systems, and removed unecessary targets (those that are
already default make rules).
|
File size:
291 bytes
|
Rev | Line | |
---|
[1] | 1 | CC = @CC@ |
---|
| 2 | CFLAGS = @CFLAGS@ |
---|
| 3 | prefix = @prefix@ |
---|
[87] | 4 | exec_prefix = @exec_prefix@ |
---|
| 5 | sbindir = @sbindir@ |
---|
[1] | 6 | |
---|
[87] | 7 | |
---|
[1] | 8 | all-local: signup-sql |
---|
| 9 | |
---|
[87] | 10 | install: |
---|
| 11 | install -p -m755 -D signup-sql $(DESTDIR)$(sbindir)/signup-sql |
---|
[1] | 12 | |
---|
| 13 | clean: |
---|
| 14 | rm -f signup-sql |
---|
[87] | 15 | |
---|
| 16 | distclean: clean |
---|
| 17 | rm -f configure config.* Makefile |
---|
| 18 | rm -rf auto*.cache |
---|
Note: See
TracBrowser
for help on using the repository browser.