2008-02-01 02:35 UTC+0100 Ryszard Glab <harbour//rglab.pl>
* config/lib.cf
* added vpath to search target libraries in lib/<arch>/<compiler>
* config/darwin/global.cf
* config/hpux/global.cf
* config/dos/global.cf
* config/linux/global.cf
* config/os2/global.cf
* config/sunos/global.cf
* config/bsd/global.cf
* config/w32/global.cf
* fixed to remove a single library during 'clean'
This commit is contained in:
@@ -8,6 +8,20 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-02-01 02:35 UTC+0100 Ryszard Glab <harbour//rglab.pl>
|
||||
* config/lib.cf
|
||||
* added vpath to search target libraries in lib/<arch>/<compiler>
|
||||
|
||||
* config/darwin/global.cf
|
||||
* config/hpux/global.cf
|
||||
* config/dos/global.cf
|
||||
* config/linux/global.cf
|
||||
* config/os2/global.cf
|
||||
* config/sunos/global.cf
|
||||
* config/bsd/global.cf
|
||||
* config/w32/global.cf
|
||||
* fixed to remove a single library during 'clean'
|
||||
|
||||
2008-01-31 23:03 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/gtwvg/tests/demowvg.prg
|
||||
! SVN header added.
|
||||
|
||||
@@ -52,4 +52,6 @@ dirbase::
|
||||
|
||||
clean::
|
||||
-$(RD) $(ARCH_DIR)
|
||||
-$(RD) $(LIB_DIR)
|
||||
ifneq ($(LIBNAME),)
|
||||
-$(RM) $(LIB_DIR)/$(LIB_NAME)
|
||||
endif
|
||||
|
||||
@@ -50,4 +50,6 @@ dirbase::
|
||||
|
||||
clean::
|
||||
-$(RD) $(ARCH_DIR)
|
||||
-$(RD) $(LIB_DIR)
|
||||
ifneq ($(LIBNAME),)
|
||||
-$(RM) $(LIB_DIR)/$(LIB_NAME)
|
||||
endif
|
||||
|
||||
@@ -108,7 +108,9 @@ dirbase::
|
||||
|
||||
clean::
|
||||
-$(RD) $(HB_ARCH)
|
||||
-$(RD) $(LIB_DIR)
|
||||
ifneq ($(LIBNAME),)
|
||||
-$(RM) $(LIB_DIR)/$(LIB_NAME)
|
||||
endif
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
@@ -50,4 +50,6 @@ dirbase::
|
||||
|
||||
clean::
|
||||
-$(RD) $(ARCH_DIR)
|
||||
-$(RD) $(LIB_DIR)
|
||||
ifneq ($(LIBNAME),)
|
||||
-$(RM) $(LIB_DIR)/$(LIB_NAME)
|
||||
endif
|
||||
|
||||
@@ -32,6 +32,7 @@ first:: dirbase descend
|
||||
descend :
|
||||
@$(MK) -C $(ARCH_DIR) -f $(GRANDP)Makefile 'TOP=$(GRANDP)' $(LIB_NAME)
|
||||
|
||||
vpath $(LIB_NAME) $(LIB_DIR)
|
||||
$(LIB_NAME) : $(ALL_OBJS)
|
||||
$(AR_RULE)
|
||||
|
||||
|
||||
@@ -50,4 +50,6 @@ dirbase::
|
||||
|
||||
clean::
|
||||
-$(RD) $(ARCH_DIR)
|
||||
-$(RD) $(LIB_DIR)
|
||||
ifneq ($(LIBNAME),)
|
||||
-$(RM) $(LIB_DIR)/$(LIB_NAME)
|
||||
endif
|
||||
|
||||
@@ -74,6 +74,8 @@ dirbase::
|
||||
|
||||
clean::
|
||||
-$(RD) $(ARCH_DIR)
|
||||
-$(RD) $(LIB_DIR)
|
||||
ifneq ($(LIBNAME),)
|
||||
-$(RM) $(LIB_DIR)/$(LIB_NAME)
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
@@ -50,4 +50,6 @@ dirbase::
|
||||
|
||||
clean::
|
||||
-$(RD) $(ARCH_DIR)
|
||||
-$(RD) $(LIB_DIR)
|
||||
ifneq ($(LIBNAME),)
|
||||
-$(RM) $(LIB_DIR)/$(LIB_NAME)
|
||||
endif
|
||||
|
||||
@@ -73,8 +73,10 @@ dirbase::
|
||||
clean::
|
||||
-@$(COMSPEC) /c \
|
||||
'if exist $(ARCH_DOS) $(RD) $(ARCH_DOS)'
|
||||
ifneq ($(LIBNAME),)
|
||||
-@$(COMSPEC) /c \
|
||||
'if exist $(LIB_DIR_DOS) $(RD) $(LIB_DIR_DOS)'
|
||||
'if exist $(LIB_DIR_DOS)\$(LIB_NAME) $(RM) $(LIB_DIR_DOS)\$(LIB_NAME)'
|
||||
endif
|
||||
|
||||
else # command.com
|
||||
|
||||
@@ -85,8 +87,9 @@ dirbase::
|
||||
clean::
|
||||
-@for %%f in ($(ARCH_DOS)\*.* *.bak *.obj *.o *.tds) do $(RM) %%f
|
||||
-@for %%d in ($(ARCH_DOS) $(HB_ARCHITECTURE)) do if exist %%d\nul $(RD) %%d
|
||||
-@for %%f in ($(LIB_DIR_DOS)\*.*) do $(RM) %%f
|
||||
-@for %%d in ($(LIB_DIR_DOS) $(LIB_PATH_DOS)) do if exist %%d\nul $(RD) %%d
|
||||
ifneq ($(LIBNAME),)
|
||||
if exist $(LIB_DIR_DOS)\$(LIB_NAME) $(RM) $(LIB_DIR_DOS)\$(LIB_NAME)
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
@@ -109,6 +112,8 @@ dirbase::
|
||||
|
||||
clean::
|
||||
-$(RD) $(ARCH_DIR)
|
||||
-$(RD) $(LIB_DIR)/
|
||||
ifneq ($(LIBNAME),)
|
||||
-$(RM) $(LIB_DIR)/$(LIB_NAME)
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user