Last change
on this file since 108 was
87,
checked in by tabbott, 18 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
|
Line | |
---|
1 | CC = @CC@ |
---|
2 | CFLAGS = @CFLAGS@ |
---|
3 | prefix = @prefix@ |
---|
4 | exec_prefix = @exec_prefix@ |
---|
5 | sbindir = @sbindir@ |
---|
6 | |
---|
7 | |
---|
8 | all-local: signup-sql |
---|
9 | |
---|
10 | install: |
---|
11 | install -p -m755 -D signup-sql $(DESTDIR)$(sbindir)/signup-sql |
---|
12 | |
---|
13 | clean: |
---|
14 | rm -f signup-sql |
---|
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.