Lines 42-55
tex_ddir = $(DESTDIR)$(texdir)
Link Here
|
42 |
|
42 |
|
43 |
progs := sgml2html sgml2info sgml2latex sgml2lyx sgml2rtf sgml2txt sgmlcheck |
43 |
progs := sgml2html sgml2info sgml2latex sgml2lyx sgml2rtf sgml2txt sgmlcheck |
44 |
|
44 |
|
45 |
PROFILE = |
|
|
46 |
INCLUDE = |
47 |
OPTIMIZE = -O |
48 |
DEBUG = |
49 |
WARN = |
50 |
CFLAGS = $(DEBUG) $(INCLUDE) $(WARN) $(PROFILE) $(OPTIMIZE) |
51 |
LDFLAGS = $(DEBUG) $(PROFILE) |
52 |
|
53 |
all: |
45 |
all: |
54 |
ifeq ($(BUILD_SGMLSASP), true) |
46 |
ifeq ($(BUILD_SGMLSASP), true) |
55 |
@echo "Compiling the SGML translator tools (in sgmls-1.1/)..." |
47 |
@echo "Compiling the SGML translator tools (in sgmls-1.1/)..." |