home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-09-04 | 644 b | 25 lines |
- #
- # Copyright (C) 1991 Texas Instruments Incorporated.
- #
- # Permission is granted to any individual or institution to use, copy, modify,
- # and distribute this software, provided that this complete copyright and
- # permission notice is maintained, intact, in all copies and supporting
- # documentation.
- #
- # Texas Instruments Incorporated provides this software "as is" without
- # express or implied warranty.
- #
-
- include ../../Makedefs
- include ../Makedefs
-
- CURDIR = $(TOP)/$(DIRNAME)/defs/
- HEADERS = defs.h misc.h
- SOURCES =
- OBJECTS = $(SOURCES:.C=.o)
- SUBDIRS =
-
- include ../../Makeclassestargs
- # DO NOT DELETE THIS LINE -- mkdepend depends on it.
-
-