File: GNUmakefile

package info (click to toggle)
gnustep-netclasses 1.06.dfsg%2Breally1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: objc: 4,272; makefile: 27; sh: 24
file content (21 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include $(GNUSTEP_MAKEFILES)/common.make

DOCUMENT_NAME = netclasses

netclasses_DOC_INSTALL_DIR = Developer/
netclasses_AGSDOC_FILES = index.gsdoc overview.gsdoc synchronous.gsdoc \
  ../Source/NetBase.h ../Source/NetBase.m ../Source/LineObject.h\
  ../Source/LineObject.m ../Source/NetTCP.h ../Source/NetTCP.m\
  ../Source/IRCObject.h ../Source/IRCObject.m

# netclasses_INSTALL_FILES = rfc1459.txt 
# We do this step manually in the postamble.  I really don't like how
# the documentation puts the autogsdoc files in a different place than
# the regularly installed files.  So I made sure that didn't happen

netclasses_AGSDOC_FLAGS = -Up index

-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/documentation.make
-include GNUmakefile.postamble