mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-19 00:27:18 +02:00
8 lines
264 B
Makefile
8 lines
264 B
Makefile
noinst_LIBRARIES = libformat.a
|
|
|
|
libformat_a_SOURCES = format_implementation.cc free_funcs.cc \
|
|
parsing.cc exceptions.hpp feed_args.hpp format_class.hpp \
|
|
format_fwd.hpp group.hpp internals.hpp internals_fwd.hpp \
|
|
macros_default.hpp
|
|
|
|
AM_CXXFLAGS = -Wall -I../..
|