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

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