]> err.no Git - sope/blob - sope-core/NGStreams/GNUmakefile
added FHS install hack
[sope] / sope-core / NGStreams / GNUmakefile
1 #
2 #   GNUmakefile
3 #
4 # $Id: GNUmakefile 4 2004-08-20 17:04:31Z helge $
5
6 include ../common.make
7 include ./Version
8
9 LIBRARY_NAME = libNGStreams
10 libNGStreams_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
11
12 libNGStreams_DLL_DEF                  = libNGStreams.def
13 libNGStreams_HEADER_FILES_DIR         = NGStreams
14 libNGStreams_HEADER_FILES_INSTALL_DIR = /NGStreams
15
16 libNGStreams_HEADER_FILES = \
17         NGStreamsDecls.h                \
18         NGStreams.h                     \
19         NGStreamProtocols.h             \
20         NGTextStreamProtocols.h         \
21         NGBase64Stream.h                \
22         NGBufferedStream.h              \
23         NGByteCountStream.h             \
24         NGCTextStream.h                 \
25         NGConcreteStreamFileHandle.h    \
26         NGDataStream.h                  \
27         NGFileStream.h                  \
28         NGFilterStream.h                \
29         NGFilterTextStream.h            \
30         NGLockingStream.h               \
31         NGStream.h                      \
32         NGStreamExceptions.h            \
33         NGStringTextStream.h            \
34         NGTextStream.h                  \
35         NGDescriptorFunctions.h         \
36         NGStreamPipe.h                  \
37         NGByteBuffer.h                  \
38         NGCharBuffer.h                  \
39         NGTerminalSupport.h             \
40         \
41         NGActiveSocket.h                \
42         NGDatagramPacket.h              \
43         NGDatagramSocket.h              \
44         NGInternetSocketAddress.h       \
45         NGInternetSocketDomain.h        \
46         NGLocalSocketAddress.h          \
47         NGLocalSocketDomain.h           \
48         NGNet.h                         \
49         NGNetDecls.h                    \
50         NGNetUtilities.h                \
51         NGPassiveSocket.h               \
52         NGSocket.h                      \
53         NGSocketExceptions.h            \
54         NGSocketProtocols.h             \
55         \
56         NGGZipStream.h                  \
57
58 libNGStreams_OBJC_FILES = \
59         NGStreams.m                     \
60         NGBase64Stream.m                \
61         NGBufferedStream.m              \
62         NGByteCountStream.m             \
63         NGCTextStream.m                 \
64         NGConcreteStreamFileHandle.m    \
65         NGDataStream.m                  \
66         NGFileStream.m                  \
67         NGFilterStream.m                \
68         NGFilterTextStream.m            \
69         NGLockingStream.m               \
70         NGStream.m                      \
71         NGStreamExceptions.m            \
72         NGStringTextStream.m            \
73         NGTextStream.m                  \
74         NGDescriptorFunctions.m         \
75         NGStreamPipe.m                  \
76         NGByteBuffer.m                  \
77         NGCharBuffer.m                  \
78         NGTerminalSupport.m             \
79         \
80         NGActiveSocket.m                \
81         NGDatagramPacket.m              \
82         NGDatagramSocket.m              \
83         NGInternetSocketAddress.m       \
84         NGInternetSocketDomain.m        \
85         NGLocalSocketAddress.m          \
86         NGLocalSocketDomain.m           \
87         NGNetUtilities.m                \
88         NGPassiveSocket.m               \
89         NGSocket.m                      \
90         NGSocketExceptions.m            \
91         \
92         NGGZipStream.m                  \
93
94 -include GNUmakefile.preamble
95 include $(GNUSTEP_MAKEFILES)/library.make
96 -include GNUmakefile.postamble
97 -include fhs.make