File: Makefile.am

package info (click to toggle)
motif 2.3.4-6%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 80,460 kB
  • ctags: 51,584
  • sloc: ansic: 596,738; cpp: 3,951; yacc: 2,854; makefile: 2,063; csh: 1,199; sh: 1,051; lex: 455
file content (11 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
MAINTAINERCLEANFILES = Makefile.in

noinst_PROGRAMS = motifshell

SOURCES = motifshell.c

LDADD = ../../../lib/Xm/libXm.la -lXt -lX11

EXTRA_DIST = Imakefile

INCLUDES = -I$(srcdir)/../../../lib -I$(top_builddir)/lib ${X_CFLAGS}