home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-10-20 | 858 b | 29 lines |
- /*
- * change the definition of H_OFS and V_OFS to match what your
- * window manager does to transient popups -- values given here
- * are for twm with a borderWidth setting of 3 -- if you have no
- * idea what I'm talking about, but you notice that saved notes seem
- * to 'creep' away from their saved positions, then you should
- * probably look into this...
- */
- H_OFS=2
- V_OFS=24
-
- #if defined(SunArchitecture) && (OSMajorVersion == 3)
- DEFINES = -DNEED_STRDUP -DH_OFFSET=$(H_OFS) -DV_OFFSET=$(V_OFS)
- #else
- DEFINES = -DH_OFFSET=$(H_OFS) -DV_OFFSET=$(V_OFS)
- #endif
-
- /* CDEBUGFLAGS = -g */
- SRCS = main.c callbacks.c
- OBJS = main.o callbacks.o
- LOCAL_LIBRARIES = XawClientLibs
- DEPLIBS = XawClientDepLibs
-
- ComplexProgramTarget(notes)
- InstallNonExec(notes.xbm, $(INCDIR)/bitmaps)
-
- kit::
- makekit -iMANIFEST -oMANIFEST -h2
-