summaryrefslogtreecommitdiffstats
path: root/lib/kross/python/cxx/Makefile.am
blob: d1c72c87369dc02b90a093b24bfb30e0fadbdc01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include $(top_srcdir)/lib/kross/Makefile.global

noinst_LTLIBRARIES = libkrosspythoncxx.la

libkrosspythoncxx_la_SOURCES = \
    cxxsupport.cxx \
    cxx_extensions.cxx \
    cxxextensions.c \
    IndirectPythonInterface.cxx

libkrosspythoncxx_la_LDFLAGS = $(LIBPYTHON) $(all_libraries) -Wnounresolved

METASOURCES = AUTO
INCLUDES = $(KROSS_INCLUDES) $(PYTHONINC) $(all_includes)
SUBDIRS = .

clean:
	@rm -f *.o 2> /dev/null
	@rm -f $(BIN) 2> /dev/null