Ignore:
Timestamp:
Feb 2, 2003, 9:22:17 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/makefile

    r243 r245  
    8989!include helpers_pre.in
    9090
    91 # The main target:
    92 # If we're called from the main makefile, MAINMAKERUNNING is defined,
    93 # and we'll set $(OBJS) as our targets (which will go on).
    94 # Otherwise, we call the main makefile, which will again call ourselves later.
    95 
    96 all:   \
    97 !ifndef MAINMAKERUNNING
    98     callmainmake
    99     @echo ----- Leaving $(MAKEDIR)
    100 !else
    101     $(OUTPUTDIR)\helpers.lib
    102 #$(OBJS)
    103     @echo ----- Leaving $(MAKEDIR)
    104 !endif
    105 
    10691plainc:   \
    10792!ifndef MAINMAKERUNNING
     
    123108    @echo ----- Leaving $(MAKEDIR)
    124109!endif
    125 
    126 
    127 callmainmake:
    128     @echo $(MAKEDIR)\makefile: Recursing to main makefile.
    129     @cd $(PROJECT_BASE_DIR)
    130     @nmake
    131     @echo $(MAKEDIR)\makefile: Returned from main makefile. Done.
    132 
    133 # The "dep" target: run fastdep on the sources.
    134 # "nmake dep" gets called from src\makefile if nmake dep
    135 # is running on the main makefile.
    136 dep:
    137     $(RUN_FASTDEP) *.c
    138     @echo ----- Leaving $(MAKEDIR)
    139110
    140111# Define the main dependency between the output HELPERS.LIB and
     
    181152
    182153!include helpers_post.in
     154
     155ALLTARGET = $(OUTPUTDIR)\helpers.lib
     156
     157!include ..\..\make\targets.in
    183158
    184159###################################################
Note: See TracChangeset for help on using the changeset viewer.