Ignore:
Timestamp:
Jan 20, 2007, 8:53:56 PM (17 years ago)
Author:
tabbott
Message:
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:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/sqladm/Makefile.in

    r36 r87  
    22CFLAGS = @CFLAGS@
    33prefix = @prefix@
     4exec_prefix = @exec_prefix@
     5sbindir = @sbindir@
     6
    47
    58all-local: signup-sql
    69
    7 signup-sql:
    8         $(CC) $(CFLAGS) -o $@ signup-sql.c     
     10install:
     11        install -p -m755 -D signup-sql $(DESTDIR)$(sbindir)/signup-sql
    912
    1013clean:
    1114        rm -f signup-sql
     15
     16distclean: clean
     17        rm -f configure config.* Makefile
     18        rm -rf auto*.cache
Note: See TracChangeset for help on using the changeset viewer.