home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-06-02 | 273 b | 12 lines |
- # Makefile for Exprolib
-
- OBJS = O.ProfileAsm O.ProfileT O.ProfileC
-
- ProfileLib: $(OBJS)
- Libfile ProfileLib -create 5 10
- Libfile ProfileLib -files $(OBJS) -insert
- Objlib ProfileLib -create
-
- O.ProfileT: H.ProfileAsm H.Profile
- O.ProfileC: H.Profile
-