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

Last change on this file since 1 was 1, checked in by jbarnold, 18 years ago
File size: 253 bytes
Line 
1CC = @CC@
2CFLAGS = @CFLAGS@
3prefix = @prefix@
4
5all-local: signup-sql
6
7signup-sql:
8        $(CC) $(CFLAGS) -o $@ signup-sql.c     
9
10clean:
11        rm -f signup-sql
12
13preauto: clean
14        rm -f configure config.* Makefile signup-sql
15        rm -rf auto*.cache
16
17ready: preauto
18        autoconf
Note: See TracBrowser for help on using the repository browser.