mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
23 lines
457 B
Makefile
23 lines
457 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
INCLUDES = $(glib_INCLUDES) -DG_LOG_DOMAIN=\"GLib\" \
|
|
$(GLIB_DEBUG_FLAGS) -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION
|
|
|
|
noinst_LTLIBRARIES = libgnulib.la
|
|
|
|
libgnulib_la_SOURCES = \
|
|
asnprintf.c \
|
|
printf-args.c \
|
|
printf-args.h \
|
|
printf-parse.c \
|
|
printf-parse.h \
|
|
vasnprintf.c \
|
|
vasnprintf.h \
|
|
printf.c \
|
|
printf.h \
|
|
g-gnulib.h
|
|
|
|
|
|
EXTRA_DIST += makefile.msc
|