Changeset 782

Show
Ignore:
Timestamp:
03/15/08 09:07:02 (4 months ago)
Author:
takkaria
Message:

Add the basics of a debian package to SVN. This works OK but is far from being distributable.£

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r584 r782  
    33 
    44SUBDIRS = src lib 
     5 
     6clean-posthook: 
     7        -rm config.status config.log 
  • trunk/mk/objective.mk

    r584 r782  
    126126                        cd $$i; OVERLAYS="" $(MAKE) distclean || exit; cd ..; \ 
    127127                done; \ 
    128         fi 
    129         @if [ -f Makefile.in ]; then \ 
    130                 rm -f Makefile; \ 
    131128        fi 
    132129        @if [ -f mk/rules.mk ]; then \ 
  • trunk/src/Makefile

    r584 r782  
    88SOURCES = ${OBJECTS:.o=.c} 
    99 
    10 # These are for OS-specific ports; ignore 'em until we use autoconf everywhere. 
    11 # SUBDIRS = osx win 
     10SUBDIRS = gtk 
    1211 
    1312OBJECTIVE_BINS = angband 
     
    1918        @printf "%10s %-20s\n" LINK $@ 
    2019 
     20clean-prehook: 
     21        -rm autoconf.h 
     22 
    2123install-posthook: 
    2224        @if [ "x$(SETEGID)" != "x" ]; then \