File: Imakefile

package info (click to toggle)
xmcpustate 3-9
  • links: PTS
  • area: main
  • in suites: potato
  • size: 108 kB
  • ctags: 117
  • sloc: ansic: 771; makefile: 45
file content (10 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#include <Motif.rules>
#include <Motif.tmpl>

        LOCAL_LIBRARIES = $(XMLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)

                   SRCS = xmcpustate.c s.c
                   OBJS = xmcpustate.o s.o
           INSTPGMFLAGS = $(INSTKMEMFLAGS)

ComplexProgramTarget(xmcpustate)