Guest User

Untitled

a guest
Jan 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.47 KB | None | 0 0
  1. ## Process this file with automake to produce Makefile.in
  2.  
  3. ## Created by Anjuta
  4.  
  5. AM_CPPFLAGS = \
  6.     -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
  7.     -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
  8.     -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
  9.     $(gstreamer-0.10_CFLAGS) \
  10.     $(GSTREAMER_CFLAGS)
  11.  
  12. AM_CFLAGS =\
  13.      -Wall\
  14.      -g
  15.  
  16. bin_PROGRAMS = dmw_alarm
  17.  
  18. dmw_alarm_SOURCES = \
  19.     main.c
  20.  
  21. dmw_alarm_LDFLAGS =
  22.  
  23. dmw_alarm_LDADD =  \
  24.     $(gstreamer-0.10_LIBS) \
  25.     $(GSTREAMER_LIBS)
Add Comment
Please, Sign In to add comment