File: Makefile.am

package info (click to toggle)
orange 0.3.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,780 kB
  • ctags: 506
  • sloc: sh: 9,533; ansic: 4,449; makefile: 96
file content (33 lines) | stat: -rw-r--r-- 863 bytes parent folder | download | duplicates (3)
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
AM_CFLAGS = $(LIBSYNCE_CFLAGS) $(LIBDYNAMITE_CFLAGS) $(LIBUNSHIELD_CFLAGS) @LIBGSF_CFLAGS@
INCLUDES = -I..

## create this library
lib_LTLIBRARIES = liborange.la

## use these sources
liborange_la_SOURCES = \
	liborange_internal.h \
	dllinflate.c \
	extract.c \
	helper.c \
	installshield_sfx.c \
	liborange_log.c \
	liborange_log.h \
	nullsoft.c \
	pe.h pe.c \
	rsrc.c \
	separate.c \
	squeeze.c \
	suf.c \
	tomtom.c
##	synce-appmgr.h \
##	synce-appmgr-internal.h \

EXTRA_liborange_la_SOURCES = inno.c inno.h vise.c msi.c msi-gsf.c
liborange_la_LIBADD = @INNO_LIBADD@ @VISE_LIBADD@ @MSI_LIBADD@ @LIBOLE2_LIBS@ @LIBGSF_LIBS@ \
			$(LIBSYNCE_LIBS) $(LIBDYNAMITE_LIBS) $(LIBUNSHIELD_LIBS)
liborange_la_DEPENDENCIES = @INNO_LIBADD@ @VISE_LIBADD@ @MSI_LIBADD@

liborange_la_LDFLAGS = -no-undefined -version-info 0:0:0

include_HEADERS = liborange.h liborange_stub.h