Changeset 87 for server/common/oursrc/sqladm/Makefile.in
- Timestamp:
- Jan 20, 2007, 8:53:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/sqladm/Makefile.in
r36 r87 2 2 CFLAGS = @CFLAGS@ 3 3 prefix = @prefix@ 4 exec_prefix = @exec_prefix@ 5 sbindir = @sbindir@ 6 4 7 5 8 all-local: signup-sql 6 9 7 signup-sql:8 $(CC) $(CFLAGS) -o $@ signup-sql.c10 install: 11 install -p -m755 -D signup-sql $(DESTDIR)$(sbindir)/signup-sql 9 12 10 13 clean: 11 14 rm -f signup-sql 15 16 distclean: clean 17 rm -f configure config.* Makefile 18 rm -rf auto*.cache
Note: See TracChangeset
for help on using the changeset viewer.