2009-08-12 12:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* source/rtl/gtxwc/Makefile
  * source/rtl/gtcrs/Makefile
  * source/rtl/gttrm/Makefile
  * source/rtl/gtsln/Makefile
  * source/rtl/gtwvt/Makefile
    + Indentation.
This commit is contained in:
Viktor Szakats
2009-08-12 10:15:39 +00:00
parent 6c465556bc
commit b253e4a96f
6 changed files with 64 additions and 56 deletions

View File

@@ -17,6 +17,14 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-12 12:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/rtl/gtxwc/Makefile
* source/rtl/gtcrs/Makefile
* source/rtl/gttrm/Makefile
* source/rtl/gtsln/Makefile
* source/rtl/gtwvt/Makefile
+ Indentation.
2009-08-12 11:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/instsh.cf
! Fixed '-' prefix usage in non-*nix shells, so now make

View File

@@ -12,53 +12,53 @@ C_SOURCES := \
gtcrs.c \
ifeq ($(HB_INC_CURSES),)
ifeq ($(HB_XBUILD),)
ifeq ($(HB_NCURSES_194),yes)
HB_INC_CURSES := /usr/include/ncur194
else
HB_INC_CURSES := /usr/include /usr/local/include /sw/include /opt/local/include
endif
endif
ifeq ($(HB_XBUILD),)
ifeq ($(HB_NCURSES_194),yes)
HB_INC_CURSES := /usr/include/ncur194
else
HB_INC_CURSES := /usr/include /usr/local/include /sw/include /opt/local/include
endif
endif
endif
ifeq ($(HB_WITHOUT_GTCRS),yes)
HB_INC_CURSES :=
HB_INC_CURSES :=
endif
ifeq ($(HB_ARCHITECTURE),os2)
HB_INC_CURSES :=
HB_INC_CURSES :=
endif
HB_INC_CURSES_OK += $(foreach d, $(HB_INC_CURSES), $(if $(wildcard $(d)/curses.h),$(d),))
HB_INC_CURSES_OK := $(strip $(HB_INC_CURSES_OK))
ifeq ($(HB_INC_CURSES_OK),)
ifeq ($(HB_COMPILER),djgpp)
HB_INC_CURSES_OK += $(foreach d, $(subst ;, ,$(PATH)), $(if $(wildcard $(d)/../include/curses.h),$(d)/../include,))
HB_INC_CURSES_OK := $(strip $(HB_INC_CURSES_OK))
endif
ifeq ($(HB_COMPILER),djgpp)
HB_INC_CURSES_OK += $(foreach d, $(subst ;, ,$(PATH)), $(if $(wildcard $(d)/../include/curses.h),$(d)/../include,))
HB_INC_CURSES_OK := $(strip $(HB_INC_CURSES_OK))
endif
endif
ifneq ($(HB_INC_CURSES_OK),)
HB_INC_GPM_OK :=
ifneq ($(HB_GPM_MOUSE),no)
ifneq ($(HB_COMMERCE),yes)
HB_INC_GPM := /usr/include /usr/local/include
HB_INC_GPM_OK += $(foreach d, $(HB_INC_GPM), $(if $(wildcard $(d)/gpm.h),$(d),))
endif
ifneq ($(HB_COMMERCE),yes)
HB_INC_GPM := /usr/include /usr/local/include
HB_INC_GPM_OK += $(foreach d, $(HB_INC_GPM), $(if $(wildcard $(d)/gpm.h),$(d),))
endif
endif
ifeq ($(HB_GT_CRS_BCEHACK),yes)
HB_USER_CFLAGS += -DHB_GT_CRS_BCEHACK
HB_USER_CFLAGS += -DHB_GT_CRS_BCEHACK
endif
ifneq ($(strip $(HB_INC_GPM_OK)),)
HB_USER_CFLAGS += -DHAVE_GPM_H
ifeq ($(HB_GPM_NOICE_DISABLE),yes)
HB_USER_CFLAGS += -DHB_GPM_NOICE_DISABLE
endif
HB_USER_CFLAGS += -DHAVE_GPM_H
ifeq ($(HB_GPM_NOICE_DISABLE),yes)
HB_USER_CFLAGS += -DHB_GPM_NOICE_DISABLE
endif
endif
ifeq ($(HB_NCURSES_194),yes)
HB_USER_CFLAGS += -DHB_NCURSES_194
HB_USER_CFLAGS += -DHB_NCURSES_194
endif
HB_USER_CFLAGS += $(foreach d, $(HB_INC_CURSES_OK), -I$(d))

View File

@@ -14,22 +14,22 @@ C_SOURCES := \
mousesln.c \
ifeq ($(HB_INC_SLANG),)
ifeq ($(HB_XBUILD),)
ifeq ($(HB_LOCAL_SLN),yes)
HB_INC_SLANG := /usr/local/include /usr/local/include/slang
LDFLAGS := -L/usr/local/lib $(LDFLAGS)
else
HB_INC_SLANG := /usr/include /usr/include/slang /usr/local/include /usr/local/include/slang /sw/include /sw/include/slang /opt/local/include /opt/local/include/slang
LDFLAGS := -L/usr/lib/slang -L/usr/local/lib -L/usr/local/lib/slang $(LDFLAGS)
endif
endif
ifeq ($(HB_XBUILD),)
ifeq ($(HB_LOCAL_SLN),yes)
HB_INC_SLANG := /usr/local/include /usr/local/include/slang
LDFLAGS := -L/usr/local/lib $(LDFLAGS)
else
HB_INC_SLANG := /usr/include /usr/include/slang /usr/local/include /usr/local/include/slang /sw/include /sw/include/slang /opt/local/include /opt/local/include/slang
LDFLAGS := -L/usr/lib/slang -L/usr/local/lib -L/usr/local/lib/slang $(LDFLAGS)
endif
endif
endif
ifeq ($(HB_WITHOUT_GTSLN),yes)
HB_INC_SLANG :=
HB_INC_SLANG :=
endif
ifeq ($(HB_COMMERCE),yes)
HB_INC_SLANG :=
HB_INC_SLANG :=
endif
HB_INC_SLANG_OK += $(foreach d, $(HB_INC_SLANG), $(if $(wildcard $(d)/slang.h),$(d),))
@@ -38,17 +38,17 @@ ifneq ($(strip $(HB_INC_SLANG_OK)),)
HB_INC_GPM_OK :=
ifneq ($(HB_GPM_MOUSE),no)
ifneq ($(HB_COMMERCE),yes)
HB_INC_GPM := /usr/include /usr/local/include
HB_INC_GPM_OK += $(foreach d, $(HB_INC_GPM), $(if $(wildcard $(d)/gpm.h),$(d),))
endif
ifneq ($(HB_COMMERCE),yes)
HB_INC_GPM := /usr/include /usr/local/include
HB_INC_GPM_OK += $(foreach d, $(HB_INC_GPM), $(if $(wildcard $(d)/gpm.h),$(d),))
endif
endif
ifneq ($(strip $(HB_INC_GPM_OK)),)
HB_USER_CFLAGS += -DHAVE_GPM_H
ifeq ($(HB_GPM_NOICE_DISABLE),yes)
HB_USER_CFLAGS += -DHB_GPM_NOICE_DISABLE
endif
HB_USER_CFLAGS += -DHAVE_GPM_H
ifeq ($(HB_GPM_NOICE_DISABLE),yes)
HB_USER_CFLAGS += -DHB_GPM_NOICE_DISABLE
endif
endif
HB_USER_CFLAGS += $(foreach d, $(HB_INC_SLANG_OK), -I$(d))

View File

@@ -35,17 +35,17 @@ ifeq ($(HB_WITH_GTTRM),yes)
HB_INC_GPM_OK :=
ifneq ($(HB_GPM_MOUSE),no)
ifneq ($(HB_COMMERCE),yes)
HB_INC_GPM := /usr/include /usr/local/include
HB_INC_GPM_OK += $(foreach d, $(HB_INC_GPM), $(if $(wildcard $(d)/gpm.h),$(d),))
endif
ifneq ($(HB_COMMERCE),yes)
HB_INC_GPM := /usr/include /usr/local/include
HB_INC_GPM_OK += $(foreach d, $(HB_INC_GPM), $(if $(wildcard $(d)/gpm.h),$(d),))
endif
endif
ifneq ($(strip $(HB_INC_GPM_OK)),)
HB_USER_CFLAGS += -DHAVE_GPM_H
ifeq ($(HB_GPM_NOICE_DISABLE),yes)
HB_USER_CFLAGS += -DHB_GPM_NOICE_DISABLE
endif
HB_USER_CFLAGS += -DHAVE_GPM_H
ifeq ($(HB_GPM_NOICE_DISABLE),yes)
HB_USER_CFLAGS += -DHB_GPM_NOICE_DISABLE
endif
endif
include $(TOP)$(ROOT)config/lib.cf

View File

@@ -10,10 +10,10 @@ LIBNAME := gtwvt
HB_WITH_GTWVT := no
ifeq ($(HB_ARCHITECTURE),win)
HB_WITH_GTWVT := yes
HB_WITH_GTWVT := yes
endif
ifeq ($(HB_ARCHITECTURE),wce)
HB_WITH_GTWVT := yes
HB_WITH_GTWVT := yes
endif
ifeq ($(HB_WITH_GTWVT),yes)

View File

@@ -12,13 +12,13 @@ C_SOURCES := \
gtxwc.c \
ifeq ($(HB_INC_X11),)
ifeq ($(HB_XBUILD),)
HB_INC_X11 := /usr/include
endif
ifeq ($(HB_XBUILD),)
HB_INC_X11 := /usr/include
endif
endif
ifeq ($(HB_WITHOUT_GTXWC),yes)
HB_INC_X11 :=
HB_INC_X11 :=
endif
HB_INC_X11_OK += $(foreach d, $(HB_INC_X11), $(if $(wildcard $(d)/X11/Xlib.h),$(d),))