Skip to content

Commit

Permalink
trying rbuildignore for src
Browse files Browse the repository at this point in the history
  • Loading branch information
jimianelli committed Jul 25, 2024
1 parent 56568ea commit c16f3fb
Show file tree
Hide file tree
Showing 12 changed files with 13,736 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ src\pm.cpp
^docs$
^pkgdown$
^\.github$
^src$
4 changes: 2 additions & 2 deletions 2023_runs/usehulsoniss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ EXEC = pm
PROJ = spm
PROJDIST = ~/_mymods/afsc-assessments/spmR/src/
ifeq ($(SAFE),TRUE)
DIST = ../../source/
DIST = ../../src/
else
DIST = ../../source/
DIST = ../../src/
endif
ARGS = -nox -iprint 150
ARGS2 = -nox -iprint 150 -binp pm.bar -phase 22 -sdonly
Expand Down
2 changes: 1 addition & 1 deletion 2023_runs/usehulsoniss/pm
2 changes: 1 addition & 1 deletion 2023_runs/usehulsoniss/pm.tpl
18 changes: 18 additions & 0 deletions src/2022/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

ifdef ComSpec
RM=del /F /Q
COPY=copy
else
RM=rm -rf
COPY=cp
endif

all: pm

pm: pm.tpl
@admb -f pm.tpl

clean:
@$(RM) pm.cpp
@$(RM) pm.htp
@$(RM) pm.obj
Binary file added src/2022/pm
Binary file not shown.
Loading

0 comments on commit c16f3fb

Please sign in to comment.