Changeset 228

Show
Ignore:
Timestamp:
06/27/07 21:40:01 (2 years ago)
Author:
takkaria
Message:

Remove a bunch of useless lines from rules.mk.in, update svnignore files, delete raw files on make clean.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/.svnignore

    r1 r228  
    11*.d 
    22*.o 
     3*.depend 
     4*.depend-done 
     5src/autoconf.h* 
     6mk/rules.mk 
  • trunk/lib/data/Makefile

    r74 r228  
    88 
    99include ../../mk/objective.mk 
     10 
     11clean-posthook: 
     12        -$(RM) *.raw 
    1013 
    1114install-posthook: 
  • trunk/mk/rules.mk.in

    r182 r228  
    5252distuninstallcheck_listfiles = find . -type f -print 
    5353distcleancheck_listfiles = find . -type f -print 
    54 ALLOCA = @ALLOCA@ 
    55 AMDEP_FALSE = @AMDEP_FALSE@ 
    56 AMDEP_TRUE = @AMDEP_TRUE@ 
    57 AMTAR = @AMTAR@ 
    58 AWK = @AWK@ 
    59 BUILDERS_INCLUDES = @BUILDERS_INCLUDES@ 
    60 BUILDERS_LDFLAGS = @BUILDERS_LDFLAGS@ 
    61 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ 
    62 CATOBJEXT = @CATOBJEXT@ 
    6354CC = @CC@ 
    64 CCAS = @CCAS@ 
    65 CCASFLAGS = @CCASFLAGS@ 
    66 CCDEPMODE = @CCDEPMODE@ 
    6755CFLAGS += @CFLAGS@ 
    6856CPP = @CPP@ 
     
    153141sharedstatedir = @sharedstatedir@ 
    154142sysconfdir = @sysconfdir@ 
    155 target = @target@ 
    156 target_alias = @target_alias@ 
    157 target_cpu = @target_cpu@ 
    158 target_os = @target_os@ 
    159 target_vendor = @target_vendor@ 
    160143SHARED_SUFFIX = @SHARED_SUFFIX@ 
    161 PICFLAGS = @PICFLAGS@ 
    162 PICLDFLAGS = @PICLDFLAGS@ 
    163144LIBLDFLAGS = @LIBLDFLAGS@