Skip to content

Commit

Permalink
More SOM headers. Some cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
prokushev committed Jun 29, 2024
1 parent 7aedddd commit 3696d9a
Show file tree
Hide file tree
Showing 21 changed files with 66 additions and 159 deletions.
4 changes: 0 additions & 4 deletions SOM/Core/host/somcpp/makefile

This file was deleted.

4 changes: 0 additions & 4 deletions SOM/Core/host/somipc/makefile

This file was deleted.

4 changes: 0 additions & 4 deletions SOM/Core/host/somtk/makefile

This file was deleted.

9 changes: 0 additions & 9 deletions SOM/Core/somipc/_wcc.cmd

This file was deleted.

7 changes: 0 additions & 7 deletions SOM/Core/somipc/_wcc.sh

This file was deleted.

77 changes: 0 additions & 77 deletions SOM/Core/somipc/makefile

This file was deleted.

9 changes: 0 additions & 9 deletions SOM/Core/somtk/_wcc.cmd

This file was deleted.

7 changes: 0 additions & 7 deletions SOM/Core/somtk/_wcc.sh

This file was deleted.

19 changes: 0 additions & 19 deletions SOM/Core/somtk/makefile

This file was deleted.

2 changes: 1 addition & 1 deletion SOM/host/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WATCOM_RUNTIME = clbr19
WATCOM_RUNTIME = clbr19
!endif

SOM_COMPILER = pdl sc somcpp somipc somenv somxh somstars somcorba somhh somkpub idl somcprep genh genxh somc spp
SOM_COMPILER = pdl sc somcpp somipc somenv somxh somstars somcorba somhh somkpub idl somcprep genh genxh somc spp somopc somtk
# SOM Run-time kernel
SOM_KERNEL = #somdtype somkprep som
# Interface Repository Framework
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions SOM/host/somopc/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!define HOSTBLD
!include ../../somopc/makefile
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions SOM/host/somtk/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!define HOSTBLD
!include ../../somtk/makefile
2 changes: 1 addition & 1 deletion SOM/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# (c) osFree project
#

DIRS = port pdl sc somcpp somipc somenv somxh somstars somcorba somhh host somkpub idl somcprep genh genxh somc spp somopc
DIRS = port pdl sc somcpp somipc somenv somxh somstars somcorba somhh host somkpub idl somcprep genh genxh somc spp somopc somtk

!include $(%ROOT)tools/mk/all.mk
36 changes: 19 additions & 17 deletions SOM/note.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ somdeps2.exe
somenv.cmd +
somhh.cmd +
somipc.exe +
somopc.exe
somopc.exe +
somsetup.exe
somstars.cmd +
somtempl.exe
somtempl.ps
somtempl.txt
somxh.cmd +
spp.exe
spp.exe +

os2tk45\som\lib

Expand Down Expand Up @@ -60,7 +60,7 @@ somr.dll
somsa.dll
somsi.dll
somsn.dll
somtk.lib
somtk.lib +

os2tk45\som\include

Expand Down Expand Up @@ -101,11 +101,11 @@ emitlib.h +
emregdat.h +
emregdat.idl +
emregdat.xh +
emtypes.h
emtypes.h +
event.h +
event.idl +
event.xh +
eventmsk.h
eventmsk.h +
excptdef.h +
excptdef.idl +
excptdef.xh +
Expand Down Expand Up @@ -336,15 +336,15 @@ somcm.idl +
somcm.sc
somcm.xh +
somcorba.h +
somd.h
somd.h +
somd.hh
somd.xh
somd.xh +
somdcprx.h +
somdcprx.idl +
somdcprx.xh +
somdebug.h
somderr.h
somdext.h
somderr.h +
somdext.h +
somdobj.h +
somdobj.idl +
somdobj.xh +
Expand All @@ -361,9 +361,9 @@ somh.hh
somida.h +
somida.idl +
somida.xh +
somir.h
somir.h +
somir.hh
somir.xh
somir.xh +
somitype.h
somltype.h +
somnames.h +
Expand Down Expand Up @@ -405,7 +405,7 @@ somrerrd.xh
somrmcls.h
somrmcls.idl
somrmcls.xh
soms.h
soms.h +
soms.xh
somsid.h +
somsid.idl +
Expand All @@ -416,16 +416,16 @@ somssock.xh +
somstrt.h +
somstrt.idl +
somstrt.xh +
somtc.h
somtc.h +
somtc.hh
somtc.xh
somtcnst.h
somtc.xh +
somtcnst.h +
somtcnst.hh
somtcnst.xh
somtcnst.xh +
somtdbcs.c
somtempl.app
somtempl.cfg
somthrd.h
somthrd.h +
somtrcls.h
somtrcls.idl
somtrcls.xh
Expand Down Expand Up @@ -550,6 +550,8 @@ somap.idl
somos.idl
xmscssae.idl
somtdm.idl
emtypes.xh
eventmsk.xh


Directory Name Comments
Expand Down
File renamed without changes.
File renamed without changes.
41 changes: 41 additions & 0 deletions SOM/somtk/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

DEST = os2tk45$(SEP)som$(SEP)include

!include $(%ROOT)SOM/common.mk

TARGETS = $(PATH)emtypes.h &
$(PATH)emtypes.xh &
$(PATH)eventmsk.h &
$(PATH)eventmsk.xh &
$(PATH)somd.h &
$(PATH)somd.xh &
$(PATH)somderr.h &
$(PATH)somdext.h &
$(PATH)somir.h &
$(PATH)somir.xh &
$(PATH)soms.h &
$(PATH)somtc.h &
$(PATH)somtc.xh &
$(PATH)somtcnst.h &
$(PATH)somtcnst.xh &
$(PATH)somthrd.h

SOURCES = $(PORT_BASE)somtk$(SEP)include$(SEP)emtypes.h &
$(PORT_BASE)somtk$(SEP)include$(SEP)emtypes.xh &
$(PORT_BASE)somtk$(SEP)include$(SEP)eventmsk.h &
$(PORT_BASE)somtk$(SEP)include$(SEP)eventmsk.xh &
$(PORT_BASE)somtk$(SEP)include$(SEP)somd.h &
$(PORT_BASE)somtk$(SEP)include$(SEP)somd.xh &
$(PORT_BASE)somtk$(SEP)include$(SEP)somderr.h &
$(PORT_BASE)somtk$(SEP)include$(SEP)somdext.h &
$(PORT_BASE)somtk$(SEP)include$(SEP)somir.h &
$(PORT_BASE)somtk$(SEP)include$(SEP)somir.xh &
$(PORT_BASE)somtk$(SEP)include$(SEP)soms.h &
$(PORT_BASE)somtk$(SEP)include$(SEP)somtc.h &
$(PORT_BASE)somtk$(SEP)include$(SEP)somtc.xh &
$(PORT_BASE)somtk$(SEP)include$(SEP)somtcnst.h &
$(PORT_BASE)somtk$(SEP)include$(SEP)somtcnst.xh &
$(PORT_BASE)somtk$(SEP)include$(SEP)somthrd.h

$(TARGETS): $(SOURCES)
$(verbose)$(CP) $(PORT_BASE)somtk$(SEP)include$(SEP)$^. $^@ $(BLACKHOLE)

0 comments on commit 3696d9a

Please sign in to comment.