source: server/common/oursrc/sqladm/Makefile.in @ 115

Last change on this file since 115 was 87, checked in by tabbott, 17 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 
1CC = @CC@
2CFLAGS = @CFLAGS@
3prefix = @prefix@
4exec_prefix = @exec_prefix@
5sbindir = @sbindir@
6
7
8all-local: signup-sql
9
10install:
11        install -p -m755 -D signup-sql $(DESTDIR)$(sbindir)/signup-sql
12
13clean:
14        rm -f signup-sql
15
16distclean: clean
17        rm -f configure config.* Makefile
18        rm -rf auto*.cache
Note: See TracBrowser for help on using the repository browser.