mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 08:23:38 +02:00
28 lines
537 B
Makefile
28 lines
537 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
AM_CPPFLAGS = \
|
|
$(glib_INCLUDES) \
|
|
-DG_LOG_DOMAIN=\"GLib\" \
|
|
$(GLIB_DEBUG_FLAGS) \
|
|
-DG_DISABLE_DEPRECATED \
|
|
-DGLIB_COMPILATION
|
|
|
|
noinst_LTLIBRARIES = libgnulib.la
|
|
|
|
libgnulib_la_CFLAGS = $(GLIB_HIDDEN_VISIBILITY_CFLAGS)
|
|
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
|