File: Makefile.am

package info (click to toggle)
libcsoap 1.1.0-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,728 kB
  • ctags: 1,413
  • sloc: ansic: 11,819; sh: 8,524; xml: 577; makefile: 218
file content (34 lines) | stat: -rw-r--r-- 1,049 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SUBDIRS=nanohttp libcsoap

bin_SCRIPTS=csoap-config

pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=libcsoap.pc

m4datadir=$(datadir)/aclocal
m4data_DATA=libcsoap.m4

documentation=doc/Doxyfile.api \
              doc/compile.xml  \
              doc/doxygen.css  \
              doc/footer.html  \
              doc/header.html  \
              doc/tutorial.xml \
              doc/images/logo02.gif

broken_examples=examples/nanohttp/client_get.c   \
                examples/nanohttp/client_mime.c  \
                examples/nanohttp/httpcpost.c    \
                examples/nanohttp/httpget.c      \
                examples/nanohttp/httppost.c     \
                examples/nanohttp/postserver.c   \
                examples/nanohttp/client_post_chunked.c

win32_env=win32/MinGW/Makefile    \
          win32/MinGW/compile.bat \
          win32/MinGW/config.h    \
          win32/MinGW/readme.txt  \
          win32/include/wsockcompat.h

EXTRA_DIST=$(documentation) $(win32_env) libcsoap.pc.in libcsoap.m4 \
           $(broken_examples)