#include <install.cf>

SRCS = main.C

OBJS = main.o

INCLUDES = -I$(TOP)/include

#if defined(SunArchitecture) && OSMajorVersion > 4
LIBS = -lXm -lXt -lX11 -lgen
#else
LIBS = -lXm -lXt -lX11
#endif

AllTarget(xpasswd)
NormalCplusplusProgramTarget(xpasswd,$(OBJS), NullParameter, $(TOP)/src/libXarm/libXarm.a,$(LIBS))
DependTarget()
LintTarget()
CxxRules()

