Changeset 1731 in Sophya
- Timestamp:
- Nov 5, 2001, 2:06:39 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/Makefile.in
r1730 r1731 90 90 $(AR) -cr libatkern.a $(FILES) 91 91 $(RANLIB) libatkern.a 92 ln - flibatkern.a ../libatkern.a92 ln -sf kernel/libatkern.a ../libatkern.a 93 93 94 94 clean: -
trunk/ArchTOIPipe/ProcWSophya/Makefile.in
r1730 r1731 89 89 $(AR) -cr libatsop.a $(FILES) 90 90 $(RANLIB) libatsop.a 91 ln - flibatsop.a ../libatsop.a91 ln -sf sophya/libatsop.a ../libatsop.a 92 92 93 93 clean: -
trunk/ArchTOIPipe/Processors/Makefile.in
r1730 r1731 88 88 $(AR) -cr libatproc.a $(FILES) 89 89 $(RANLIB) libatproc.a 90 ln - flibatproc.a ../libatproc.a90 ln -sf processors/libatproc.a ../libatproc.a 91 91 92 92 clean:
Note:
See TracChangeset
for help on using the changeset viewer.