File: Makefile.am

package info (click to toggle)
fauhdlc 20180504-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,956 kB
  • sloc: cpp: 23,188; ansic: 6,077; yacc: 3,764; lex: 763; makefile: 605; sh: 494; xml: 403
file content (25 lines) | stat: -rw-r--r-- 422 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
# $Id$


AM_CPPFLAGS=\
	-I$(top_srcdir)/interpreter/util\
	-I$(top_srcdir)/util\
	-I$(top_srcdir)

dist_pkgdata_DATA=\
	std_logic_1164.vhdl

lib_LIBRARIES=libfauhdlk.a
libfauhdlk_a_SOURCES=\
	\
	$(top_srcdir)/interpreter/util/list.c\
	$(top_srcdir)/interpreter/util/slset.c\
	\
	$(top_srcdir)/util/mangle_names.c\
	\
	ckernel.c

devel: $(CURDIR)/$(top_srcdir)/misc/install_ln.sh
	$(MAKE) install INSTALL=$<

.PHONY: devel