|
|
1.1 ! root 1: INCLUDES = -I. -I$(TOP) -I$(INCLUDESRC) -I$(XLIBSRC) ! 2: DEFINES = -DUNIXCONN ! 3: INSTALLFLAGS = -m 0644 ! 4: HEADERS = ! 5: ! 6: SRCS = \ ! 7: Conversion.c \ ! 8: ParseCmd.c \ ! 9: Quarks.c \ ! 10: Xrm.c \ ! 11: XrmConvert.c \ ! 12: XErrDes.c ! 13: OBJS = \ ! 14: Conversion.o \ ! 15: ParseCmd.o \ ! 16: Quarks.o \ ! 17: Xrm.o \ ! 18: XrmConvert.o \ ! 19: XErrDes.o ! 20: ! 21: #if DebugOldLibXrm && ProfileOldLibXrm ! 22: DebuggedAndProfiledLibraryObjectRule() ! 23: #else ! 24: # if DebugOldLibXrm ! 25: DebuggedLibraryObjectRule() ! 26: # else ! 27: # if ProfileOldLibXrm ! 28: ProfiledLibraryObjectRule() ! 29: # else ! 30: NormalLibraryObjectRule() ! 31: # endif ! 32: # endif ! 33: #endif ! 34: ! 35: NormalLibraryTarget(oldXrm,$(OBJS)) ! 36: LintLibraryTarget(oldXrm,$(SRCS)) ! 37: InstallLibrary(oldXrm,$(USRLIBDIR)) ! 38: InstallLintLibrary(oldXrm,$(USRLIBDIR)) ! 39: /* InstallMultiple($(HEADERS),$(INCDIR)) */ ! 40: ! 41: #if ProfileOldLibXrm ! 42: ProfiledLibraryTarget(oldXrm,$(OBJS)) ! 43: InstallLibrary(oldXrm_p,$(USRLIBDIR)) ! 44: #endif ! 45: ! 46: #if DebugOldLibXrm ! 47: DebuggedLibraryTarget(oldXrm,$(OBJS)) ! 48: #endif ! 49: ! 50: DependTarget() ! 51: ! 52: # structure alignment errors can safely be ignored. ! 53: # complaints about qevent can be ignored too. ! 54: ! 55: lint: ! 56: $(LINT) -hubz ${INCLUDES} $(SRCS) > lint.log
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.