DCL
3.7.4
Loading...
Searching...
No Matches
hse/HSAIDoc/Makefile.exec
Go to the documentation of this file.
1
2
OBJS := DocParser.o \
3
DocSyntax.o \
4
HtmlGenerator.o \
5
main.o
6
7
TARGET := src2html
8
INSTALL := $(OUTPUT_ROOT)/bin
9
10
ifdef __DCL_DEBUG
11
TARGET := $(TARGET)D
12
endif
13
14
ifneq ($(findstring AIX, $(UNAME)),)
15
LDFLAGS := -Wl,-brtl $(LDFLAGS)
16
endif
17
18
all: $(TARGET) install
19
20
$(TARGET): $(OBJS)
21
$(LD) $(OBJS) $(LDFLAGS) -o $(TARGET)
22
23
install:
24
$(CP) $(TARGET) $(INSTALL)/$(TARGET)
25
26
clean:
27
$(RM) -f $(OBJS) $(TARGET)
hse
HSAIDoc
Makefile.exec
Generated by
1.14.0