# AfterStepApps standard Makefile and autoconf/ ; do not edit # uncomment the following if you still use instead of # # # DEFINES = -DUSE_DIR # uncomment the following if you want to be prompted on exit for saving # notes if you haven't specified to save-on-exit on the command line. # # DEFINES = -DPROMPT_FOR_SAVE # uncomment the following if your SYSV system doesn't support bcopy(), # bzero(), or rindex() # # DEFINES = -DSYSV_USE_MEMSET OBJS = list.o timer.o name.o template.o confirm.o email.o io.o findnote.o \ menu.o note.o plaid.o util.o insert.o safemalloc.o xpostit.o PROG = aspostit @MAKEFILECOMMON@ config: autoconf --localdir=autoconf autoconf/configure.in > \ configure ; chmod 755 configure autoheader --localdir=autoconf autoconf/configure.in > \ autoconf/config.h.in ; chmod 644 autoconf/config.h.in