[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
qonk 0.3.1-3.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 2,296 kB
  • sloc: cpp: 14,995; sh: 3,464; makefile: 196
file content (13 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
noinst_LIBRARIES = liblisp.a

liblisp_a_SOURCES = \
	lexer.cpp \
	lexer.hpp \
	lisp.cpp \
	lisp.hpp \
	translation.hpp \
	parser.cpp \
	parser.hpp \
	writer.cpp \
	writer.hpp