[go: up one dir, main page]

Menu

[r4127]: / trunk / apps / Makefile  Maximize  Restore  History

Download this file

822 lines (800 with data), 28.6 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
# The top-level makefile for CTN/DICOM applications
# For this target (applications), the first action is make install.
RCS_VER = V2_10_2
RCS_MSG_FILE = /dicom1a/projects/dicom94/releases/release.19981022.2.10.2
headerexport:
cd apps_include; make headerexport
applications:
cd apps_test; make install
cd apps_include; make install
cd clone_study; make application
cd create_greyscale_module; make application
cd ctnnetwork; make application
cd ctn_version; make application
# cd database; make application
# cd dbfill; make application
cd dcm_add_fragments; make application
cd dcm_create_object; make application
cd dcm_ctnto10; make application
cd dcm_diff; make application
cd dcm_dump_compressed; make application
cd dcm_dump_element; make application
cd dcm_dump_file; make application
cd dcm_make_object; make application
cd dcm_map_to_8; make application
cd dcm_mask_image; make application
cd dcm_modify_elements; make application
cd dcm_modify_object; make application
cd dcm_print_dictionary; make application
cd dcm_resize; make application
cd dcm_rm_element; make application
cd dcm_rm_group; make application
cd dcm_snoop; make application
cd dcm_strip_odd_groups; make application
cd dcm_template; make application
cd dcm_to_html; make application
cd dcm_to_text; make application
cd dcm_to_xml; make application
cd dcm_verify; make application
cd dcm_vr_patterns; make application
cd dicom_echo; make application
cd displays; make application
cd fillRSA; make application
cd fis_server; make application
cd gq; make application
cd icon; make application
cd image_archive; make application
cd image_server; make application
cd load_control; make application
cd mwlQuery; make application
cd pdu_examples; make application
cd print_clients; make application
cd print_server; make application
cd print_server_display; make application
cd ris_gateway; make application
cd scripts; make application
cd send_image; make application
cd send_results; make application
cd send_study; make application
cd simple_pacs; make application
cd simple_storage; make application
cd snp_to_files; make application
cd storage_classes; make application
cd storage_commit; make application
cd tbltest; make application
gui:
cd assoc_tool; make application
cd cfg_ctn_tables; make application
cd idb_viewer; make application
cd object_viewer; make application
cd pmgr_motif; make application
cd query_client; make application
cd rsa_ui; make application
cd wlma_ui; make application
install:
$(DICOM_ROOT)/apps/scripts/createdirectory $(DICOM_BIN)
cd apps_test; make install
cd apps_include; make install
cd clone_study; make install
cd create_greyscale_module; make install
cd ctnnetwork; make install
cd ctn_version; make install
# cd database; make install
# cd dbfill; make install
cd dcm_add_fragments; make install
cd dcm_create_object; make install
cd dcm_ctnto10; make install
cd dcm_diff; make install
cd dcm_dump_compressed; make install
cd dcm_dump_element; make install
cd dcm_dump_file; make install
cd dcm_make_object; make install
cd dcm_map_to_8; make install
cd dcm_mask_image; make install
cd dcm_modify_elements; make install
cd dcm_modify_object; make install
cd dcm_print_dictionary; make install
cd dcm_resize; make install
cd dcm_rm_element; make install
cd dcm_rm_group; make install
cd dcm_snoop; make install
cd dcm_strip_odd_groups; make install
cd dcm_template; make install
cd dcm_to_html; make install
cd dcm_to_text; make install
cd dcm_verify; make install
cd dcm_vr_patterns; make install
cd dicom_echo; make install
cd displays; make install
cd fillRSA; make install
cd fis_server; make install
cd gq; make install
cd icon; make install
cd image_archive; make install
cd image_server; make install
cd load_control; make install
cd mwlQuery; make install
cd pdu_examples; make install
cd print_clients; make install
cd print_server; make install
cd print_server_display; make install
cd ris_gateway; make install
cd scripts; make install
cd send_image; make install
cd send_results; make install
cd send_study; make install
cd simple_pacs; make install
cd simple_storage; make install
cd snp_to_files; make install
cd storage_classes; make install
cd storage_commit; make install
cd tbltest; make install
tools:
$(DICOM_ROOT)/apps/scripts/createdirectory $(DICOM_BIN)
cd apps_test; make install
cd apps_include; make install
cd create_greyscale_module; make install
cd ctn_version; make install
cd dcm_add_fragments; make install
cd dcm_create_object; make install
cd dcm_ctnto10; make install
cd dcm_diff; make install
cd dcm_dump_compressed; make install
cd dcm_dump_element; make install
cd dcm_dump_file; make install
cd dcm_make_object; make install
cd dcm_map_to_8; make install
cd dcm_mask_image; make install
cd dcm_modify_elements; make install
cd dcm_modify_object; make install
cd dcm_print_dictionary; make install
cd dcm_resize; make install
cd dcm_rm_element; make install
cd dcm_rm_group; make install
cd dcm_snoop; make install
cd dcm_strip_odd_groups; make install
cd dcm_template; make install
cd dcm_to_html; make install
cd dcm_to_text; make install
cd dcm_verify; make install
cd dcm_vr_patterns; make install
cd dicom_echo; make install
cd displays; make install
cd mwlQuery; make install
cd send_image; make install
cd simple_storage; make install
cd storage_classes; make install
install-clean:
$(DICOM_ROOT)/apps/scripts/createdirectory $(DICOM_BIN)
cd apps_test; make install-clean
cd apps_include; make install-clean
cd clone_study; make install-clean
cd create_greyscale_module; make install-clean
cd ctnnetwork; make install-clean
cd ctn_version; make install-clean
# cd database; make install-clean
# cd dbfill; make install-clean
cd dcm_add_fragments; make install-clean
cd dcm_create_object; make install-clean
cd dcm_ctnto10; make install-clean
cd dcm_diff; make install-clean
cd dcm_dump_compressed; make install-clean
cd dcm_dump_element; make install-clean
cd dcm_dump_file; make install-clean
cd dcm_make_object; make install-clean
cd dcm_map_to_8; make install-clean
cd dcm_mask_image; make install-clean
cd dcm_modify_elements; make install-clean
cd dcm_modify_object; make install-clean
cd dcm_print_dictionary; make install-clean
cd dcm_resize; make install-clean
cd dcm_rm_element; make install-clean
cd dcm_rm_group; make install-clean
cd dcm_snoop; make install-clean
cd dcm_strip_odd_groups; make install-clean
cd dcm_template; make install-clean
cd dcm_to_html; make install-clean
cd dcm_to_text; make install-clean
cd dcm_vr_patterns; make install-clean
cd dicom_echo; make install-clean
cd displays; make install-clean
cd fillRSA; make install-clean
cd fis_server; make install-clean
cd gq; make install-clean
cd icon; make install-clean
cd image_archive; make install-clean
cd image_server; make install-clean
cd load_control; make install-clean
cd mwlQuery; make install-clean
cd pdu_examples; make install-clean
cd print_clients; make install-clean
cd print_server; make install-clean
cd print_server_display; make install-clean
cd ris_gateway; make install-clean
cd scripts; make install-clean
cd send_image; make install-clean
cd send_results; make install-clean
cd send_study; make install-clean
cd simple_pacs; make install-clean
cd simple_storage; make install-clean
cd snp_to_files; make install-clean
cd storage_classes; make install-clean
cd storage_commit; make install-clean
cd tbltest; make install-clean
gui-install:
cd assoc_tool; make install
cd cfg_ctn_tables; make install
cd idb_viewer; make install
cd object_viewer; make install
cd pmgr_motif; make install
cd query_client; make install
cd rsa_ui; make install
cd wlma_ui; make install
install-lite:
$(DICOM_ROOT)/apps/scripts/createdirectory $(DICOM_BIN)
cd apps_include; make install; make clean
# cd assoc_tool; make install; make clean
# cd cfg_ctn_tables; make install; make clean
# cd clone_study; make install; make clean
# cd create_greyscale_module; make install; make clean
# cd ctnnetwork; make install; make clean
cd ctn_version; make install; make clean
cd database; make install; make clean
# cd dbfill; make install; make clean
cd dcm_add_fragments; make install; make clean
cd dcm_create_object; make install; make clean
cd dcm_ctnto10; make install; make clean
cd dcm_diff; make install; make clean
cd dcm_dump_compressed; make install; make clean
cd dcm_dump_element; make install; make clean
cd dcm_dump_file; make install; make clean
cd dcm_make_object; make install; make clean
cd dcm_map_to_8; make install; make clean
cd dcm_mask_image; make install; make clean
cd dcm_modify_elements; make install; make clean
cd dcm_modify_object; make install; make clean
cd dcm_print_dictionary; make install; make clean
cd dcm_resize; make install; make clean
cd dcm_rm_element; make install; make clean
cd dcm_rm_group; make install; make clean
# cd dcm_snoop; make install; make clean
cd dcm_strip_odd_groups; make install; make clean
# cd dcm_template; make install; make clean
cd dcm_to_html; make install; make clean
cd dcm_to_text; make install; make clean
# cd dcm_verify; make install; make clean
cd dcm_vr_patterns; make install; make clean
cd dicom_echo; make install; make clean
cd displays; make install; make clean
# cd fillRSA; make install; make clean
# cd fis_server; make install; make clean
# cd gq; make install; make clean
# cd icon; make install; make clean
cd idb_viewer; make install; make clean
cd image_archive; make install; make clean
cd image_server; make install; make clean
cd load_control; make install; make clean
cd mwlQuery; make install; make clean
# cd object_viewer; make install; make clean
# cd pdu_examples; make install; make clean
# cd pmgr_motif; make install; make clean
# cd print_clients; make install; make clean
# cd print_server; make install; make clean
# cd print_server_display; make install; make clean
cd query_client; make install; make clean
# cd ris_gateway; make install; make clean
# cd rsa_ui; make install; make clean
cd scripts; make install; make clean
cd send_image; make install; make clean
# cd send_results; make install; make clean
cd send_study; make install; make clean
# cd simple_pacs; make install; make clean
cd simple_storage; make install; make clean
# cd snp_to_files; make install; make clean
cd storage_classes; make install; make clean
# cd storage_commit; make install; make clean
# cd tbltest; make install; make clean
# cd wlma_ui; make install; make clean
tools-install:
# $(DICOM_ROOT)/apps/scripts/createdirectory $(DICOM_BIN)
cd apps_include; make install
cd cfg_ctn_tables; make install
cd dcm_add_fragments; make install
cd dcm_create_object; make install
cd dcm_ctnto10; make install
cd dcm_diff; make install
cd dcm_dump_compressed; make install
cd dcm_dump_element; make install
cd dcm_dump_file; make install
cd dcm_make_object; make install
cd dcm_map_to_8; make install
cd dcm_mask_image; make install
cd dcm_modify_elements; make install
cd dcm_modify_object; make install
cd dcm_print_dictionary; make install
cd dcm_resize; make install
cd dcm_rm_element; make install
cd dcm_rm_group; make install
cd dcm_snoop; make install
cd dcm_strip_odd_groups; make install
cd dcm_template; make install
cd dcm_to_html; make install
cd dcm_to_text; make install
cd dcm_verify; make install
cd dcm_vr_patterns; make install
cd dicom_echo; make install
cd displays; make install
cd image_archive; make install
cd image_server; make install
cd load_control; make install
cd mwlQuery; make install
cd query_client; make install
cd send_image; make install
cd simple_storage; make install
install.mb:
$(DICOM_ROOT)/apps/scripts/createdirectory $(DICOM_BIN)
cd apps_test; make install.mb
cd apps_include; make install
# cd assoc_tool; make install
# cd cfg_ctn_tables; make install
cd clone_study; make install
cd create_greyscale_module; make install
cd ctn_cutil; make install
cd ctn_validate_mb; make install
cd ctnnetwork; make install
cd ctn_version; make install
# cd database; make install
# cd dbfill; make install
cd dcm_add_fragments; make install
cd dcm_create_object; make install
cd dcm_ctnto10; make install
cd dcm_diff; make install
cd dcm_dump_compressed; make install
cd dcm_dump_element; make install
cd dcm_dump_file; make install
cd dcm_make_object; make install
cd dcm_map_to_8; make install
cd dcm_mask_image; make install
cd dcm_mb_to_euc; make install
cd dcm_modify_elements; make install
cd dcm_modify_object; make install
cd dcm_print_dictionary; make install
cd dcm_replace_element; make install
cd dcm_resize; make install
cd dcm_rm_element; make install
cd dcm_rm_group; make install
cd dcm_snoop; make install
cd dcm_strip_odd_groups; make install
cd dcm_template; make install
cd dcm_to_html; make install
cd dcm_to_text; make install
cd dcm_verify; make install
cd dcm_vr_patterns; make install
cd dicom_echo; make install
cd displays; make install
cd fillRSA; make install
cd fis_server; make install
cd gq; make install
cd icon; make install
# cd idb_viewer; make install
cd image_archive; make install.mb
cd image_server; make install
cd load_control; make install
cd mb_query; make install
cd mb_xlate_test; make install
cd mwlQuery; make install
cd new_uids; make install
# cd object_viewer; make install
cd pdu_examples; make install
# cd pmgr_motif; make install
cd print_clients; make install
cd print_server; make install
cd print_server_display; make install
# cd query_client; make install
cd ris_gateway; make install
# cd rsa_ui; make install
cd scripts; make install
cd send_image; make install
cd send_results; make install
cd send_study; make install
cd simple_pacs; make install
cd simple_storage; make install
cd snp_to_files; make install
cd storage_classes; make install
cd storage_commit; make install
cd tbltest; make install
# cd wlma_ui; make install
checkin:
cd apps_include; make checkin
cd assoc_tool; make checkin
cd cfg_ctn_tables; make checkin
cd clone_study; make checkin
cd create_greyscale_module; make checkin
cd ctnnetwork; make checkin
cd database; make checkin
# cd dbfill; make checkin
cd dcm_add_fragments; make checkin
cd dcm_create_object; make checkin
cd dcm_ctnto10; make checkin
cd dcm_diff; make checkin
cd dcm_dump_compressed; make checkin
cd dcm_dump_element; make checkin
cd dcm_dump_file; make checkin
cd dcm_make_object; make checkin
cd dcm_map_to_8; make checkin
cd dcm_mask_image; make checkin
cd dcm_modify_elements; make checkin
cd dcm_modify_object; make checkin
cd dcm_print_dictionary; make checkin
cd dcm_resize; make checkin
cd dcm_rm_element; make checkin
cd dcm_rm_group; make checkin
cd dcm_snoop; make checkin
cd dcm_strip_odd_groups; make checkin
cd dcm_template; make checkin
cd dcm_to_html; make checkin
cd dcm_to_text; make checkin
cd dcm_verify; make checkin
cd dcm_vr_patterns; make checkin
cd dicom_echo; make checkin
cd displays; make checkin
cd fillRSA; make checkin
cd fis_server; make checkin
cd gq; make checkin
cd icon; make checkin
cd idb_viewer; make checkin
cd image_archive; make checkin
cd image_server; make checkin
cd load_control; make checkin
cd mwlQuery; make checkin
cd object_viewer; make checkin
cd pdu_examples; make checkin
cd pmgr_motif; make checkin
cd print_clients; make checkin
cd print_server; make checkin
cd print_server_display; make checkin
cd query_client; make checkin
cd ris_gateway; make checkin
cd rsa_ui; make checkin
cd scripts; make checkin
cd send_image; make checkin
cd send_results; make checkin
cd send_study; make checkin
cd simple_pacs; make checkin
cd simple_storage; make checkin
cd snp_to_files; make checkin
cd storage_classes; make checkin
cd storage_commit; make checkin
cd tbltest; make checkin
cd wlma_ui; make checkin
checkout:
cd apps_include; make checkout
cd assoc_tool; make checkout
cd cfg_ctn_tables; make checkout
cd clone_study; make checkout
cd create_greyscale_module; make checkout
cd ctnnetwork; make checkout
cd database; make checkout
# cd dbfill; make checkout
cd dcm_add_fragments; make checkout
cd dcm_create_object; make checkout
cd dcm_ctnto10; make checkout
cd dcm_diff; make checkout
cd dcm_dump_compressed; make checkout
cd dcm_dump_element; make checkout
cd dcm_dump_file; make checkout
cd dcm_make_object; make checkout
cd dcm_map_to_8; make checkout
cd dcm_mask_image; make checkout
cd dcm_modify_elements; make checkout
cd dcm_modify_object; make checkout
cd dcm_print_dictionary; make checkout
cd dcm_resize; make checkout
cd dcm_rm_element; make checkout
cd dcm_rm_group; make checkout
cd dcm_snoop; make checkout
cd dcm_strip_odd_groups; make checkout
cd dcm_template; make checkout
cd dcm_to_html; make checkout
cd dcm_to_text; make checkout
cd dcm_verify; make checkout
cd dcm_vr_patterns; make checkout
cd dicom_echo; make checkout
cd displays; make checkout
cd fillRSA; make checkout
cd fis_server; make checkout
cd gq; make checkout
cd icon; make checkout
cd idb_viewer; make checkout
cd image_archive; make checkout
cd image_server; make checkout
cd load_control; make checkout
cd mwlQuery; make checkout
cd object_viewer; make checkout
cd pdu_examples; make checkout
cd pmgr_motif; make checkout
cd print_clients; make checkout
cd print_server; make checkout
cd print_server_display; make checkout
cd query_client; make checkout
cd ris_gateway; make checkout
cd rsa_ui; make checkout
cd scripts; make checkout
cd send_image; make checkout
cd send_results; make checkout
cd send_study; make checkout
cd simple_pacs; make checkout
cd simple_storage; make checkout
cd snp_to_files; make checkout
cd storage_classes; make checkout
cd storage_commit; make checkout
cd tbltest; make checkout
cd wlma_ui; make checkout
clean:
cd apps_include; make clean
cd archive_server; make clean
cd assoc_tool; make clean
cd cfg_ctn_tables; make clean
cd clone_study; make clean
cd create_greyscale_module; make clean
cd ctnnetwork; make clean
cd ctn_version; make clean
cd database; make clean
# cd dbfill; make clean
cd dcm_add_fragments; make clean
cd dcm_create_object; make clean
cd dcm_ctnto10; make clean
cd dcm_diff; make clean
cd dcm_dump_compressed; make clean
cd dcm_dump_element; make clean
cd dcm_dump_file; make clean
cd dcm_make_object; make clean
cd dcm_map_to_8; make clean
cd dcm_mask_image; make clean
cd dcm_modify_elements; make clean
cd dcm_modify_object; make clean
cd dcm_print_dictionary; make clean
cd dcm_resize; make clean
cd dcm_rm_element; make clean
cd dcm_rm_group; make clean
cd dcm_snoop; make clean
cd dcm_strip_odd_groups; make clean
cd dcm_template; make clean
cd dcm_to_html; make clean
cd dcm_to_text; make clean
cd dcm_verify; make clean
cd dcm_vr_patterns; make clean
cd dcm_w_disp; make clean
cd dicom_echo; make clean
cd displays; make clean
cd fillRSA; make clean
cd fis_server; make clean
cd gq; make clean
cd icon; make clean
cd idb_viewer; make clean
cd image_archive; make clean
cd image_server; make clean
cd load_control; make clean
cd mwlQuery; make clean
cd object_viewer; make clean
cd pdu_examples; make clean
cd pmgr_motif; make clean
cd print_clients; make clean
cd print_server; make clean
cd print_server_display; make clean
cd query_client; make clean
cd ris_gateway; make clean
cd rsa_ui; make clean
cd scripts; make clean
cd send_image; make clean
cd send_results; make clean
cd send_study; make clean
cd simple_pacs; make clean
cd simple_storage; make clean
cd snp_to_files; make clean
cd storage_classes; make clean
cd storage_commit; make clean
cd tbltest; make clean
cd ttdelete; make clean
cd ttinsert; make clean
cd ttlayout; make clean
cd ttselect; make clean
cd ttunique; make clean
cd ttupdate; make clean
cd wlma_ui; make clean
indent:
cd apps_include; make indent
cd assoc_tool; make indent
cd cfg_ctn_tables; make indent
cd clone_study; make indent
cd create_greyscale_module; make indent
cd ctnnetwork; make indent
cd ctn_version; make indent
cd database; make indent
# cd dbfill; make indent
cd dcm_add_fragments; make indent
cd dcm_create_object; make indent
cd dcm_ctnto10; make indent
cd dcm_dump_compressed; make indent
cd dcm_dump_element; make indent
cd dcm_dump_file; make indent
cd dcm_make_object; make indent
cd dcm_map_to_8; make indent
cd dcm_mask_image; make indent
cd dcm_modify_elements; make indent
cd dcm_modify_object; make indent
cd dcm_print_dictionary; make indent
cd dcm_resize; make indent
cd dcm_rm_element; make indent
cd dcm_rm_group; make indent
cd dcm_snoop; make indent
cd dcm_strip_odd_groups; make indent
cd dcm_template; make indent
cd dcm_to_html; make indent
cd dcm_to_text; make indent
cd dcm_verify; make indent
cd dcm_vr_patterns; make indent
cd dicom_echo; make indent
cd displays; make indent
cd fillRSA; make indent
cd fis_server; make indent
cd gq; make indent
cd icon; make indent
cd idb_viewer; make indent
cd image_archive; make indent
cd image_server; make indent
cd load_control; make indent
cd mwlQuery; make indent
cd object_viewer; make indent
cd pdu_examples; make indent
cd pmgr_motif; make indent
cd print_clients; make indent
cd print_server; make indent
cd print_server_display; make indent
cd query_client; make indent
cd ris_gateway; make indent
cd rsa_ui; make indent
cd scripts; make indent
cd send_image; make indent
cd send_results; make indent
cd send_study; make indent
cd simple_pacs; make indent
cd simple_storage; make indent
cd snp_to_files; make indent
cd storage_classes; make indent
cd storage_commit; make indent
cd tbltest; make indent
cd wlma_ui; make indent
lint:
cd apps_include; make lint
cd assoc_tool; make lint
cd cfg_ctn_tables; make lint
cd clone_study; make lint
cd create_greyscale_module; make lint
cd ctnnetwork; make lint
cd ctn_version; make lint
cd database; make lint
# cd dbfill; make lint
cd dcm_add_fragments; make lint
cd dcm_create_object; make lint
cd dcm_ctnto10; make lint
cd dcm_dump_compressed; make lint
cd dcm_dump_element; make lint
cd dcm_dump_file; make lint
cd dcm_make_object; make lint
cd dcm_map_to_8; make lint
cd dcm_mask_image; make lint
cd dcm_modify_elements; make lint
cd dcm_modify_object; make lint
cd dcm_print_dictionary; make lint
cd dcm_resize; make lint
cd dcm_rm_element; make lint
cd dcm_rm_group; make lint
cd dcm_snoop; make lint
cd dcm_strip_odd_groups; make lint
cd dcm_template; make lint
cd dcm_to_html; make lint
cd dcm_to_text; make lint
cd dcm_verify; make lint
cd dcm_vr_patterns; make lint
cd dicom_echo; make lint
cd displays; make lint
cd fillRSA; make lint
cd fis_server; make lint
cd gq; make lint
cd icon; make lint
cd idb_viewer; make lint
cd image_archive; make lint
cd image_server; make lint
cd load_control; make lint
cd mwlQuery; make lint
cd object_viewer; make lint
cd pdu_examples; make lint
cd pmgr_motif; make lint
cd print_clients; make lint
cd print_server; make lint
cd print_server_display; make lint
cd query_client; make lint
cd ris_gateway; make lint
cd rsa_ui; make lint
cd scripts; make lint
cd send_image; make lint
cd send_results; make lint
cd send_study; make lint
cd simple_pacs; make lint
cd simple_storage; make lint
cd snp_to_files; make lint
cd storage_classes; make lint
cd storage_commit; make lint
cd tbltest; make lint
cd wlma_ui; make lint
freeze:
cd apps_include; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd assoc_tool; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd cfg_ctn_tables; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd clone_study; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd create_greyscale_module; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd ctnnetwork; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd ctn_version; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd database; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
# cd dbfill; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_add_fragments; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_create_object; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_ctnto10; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_dump_compressed; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_dump_element; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_dump_file; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_make_object; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_map_to_8; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_mask_image; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_modify_elements; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_modify_object; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_print_dictionary; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_resize; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_rm_element; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_rm_group; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_snoop; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_strip_odd_groups; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_template; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_to_html; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_to_text; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_verify; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dcm_vr_patterns; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd dicom_echo; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd displays; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd fillRSA; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd fis_server; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd gq; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd icon; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd idb_viewer; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd image_archive; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd image_server; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd load_control; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd mwlQuery; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd object_viewer; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd pdu_examples; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd pmgr_motif; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd print_clients; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd print_server; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd print_server_display; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd query_client; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd ris_gateway; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd rsa_ui; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd scripts; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd send_image; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd send_results; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd send_study; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd simple_pacs; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd simple_storage; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd snp_to_files; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd storage_classes; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd storage_commit; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd tbltest; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
cd wlma_ui; rcsfreeze $(RCS_VER) < $(RCS_MSG_FILE)
stripmb:
chmod -R +w ctn_cutil; rm -r ctn_cutil
chmod -R +w ctn_validate_mb; rm -r ctn_validate_mb
chmod -R +w dcm_mb_to_euc; rm -r dcm_mb_to_euc
chmod -R +w dcm_to_html; rm -r dcm_to_html
chmod -R +w mb_query; rm -r mb_query
chmod -R +w mb_xlate_test; rm -r mb_xlate_test