File: Makefile.am

package info (click to toggle)
lcdproc 0.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,352 kB
  • sloc: ansic: 53,582; sh: 4,288; perl: 681; makefile: 476
file content (9 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libLCDcommands.a

libLCDcommands_a_SOURCES = command_list.c command_list.h client_commands.c client_commands.h menu_commands.c menu_commands.h screen_commands.c screen_commands.h server_commands.c server_commands.h widget_commands.c widget_commands.h

AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)/..

## EOF