2 # thinppp: non-docked PPP applet
9 RLFLAG
= -DVERSION
=\"@MK_YAWMPPP_RELEASE@
\" -DIPREFIX
=\"@
prefix@
\" -D@SYSDEF@
13 ALLDOTHS
= thinppp.h ..
/isprc.h ..
/misc.h ..
/list.h ..
/ycommon.h
14 EOBJS
= ..
/isprc.o ..
/ycommon.o ..
/misc.o ..
/list.o
18 build_thinppp
: $(ALLDOTOS
)
19 $(CC
) $(ALLDOTOS
) $(EOBJS
) -o yawmppp.thin
$(GTKLIB
)
21 $(ALLDOTOS
): %.o
: %.c
$(ALLDOTHS
)
22 $(CC
) $(CFLAGS
) $(RLFLAG
) $(GTKFLAG
) -I..
-c
$< -o
$@
25 $(PROGINST
) -m
0755 yawmppp.thin @
prefix@
/bin
/yawmppp.thin
28 $(PROGINST
) -s
-m
0755 yawmppp.thin @
prefix@
/bin
/yawmppp.thin
32 rm -f
$(ALLDOTOS
) yawmppp.thin